home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 8_10.lha / 8_10 / 8_10b1.h < prev    next >
Text File  |  1993-08-08  |  365b  |  18 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5. lass randomOBJ;
  6.  
  7. lass OBJrandomloc
  8.  
  9.    randomOBJ *rOBJ;
  10.    long thisoffset;
  11.  
  12. ublic:
  13.    OBJrandomloc(randomOBJ*, long);
  14.    operator OBJ();
  15.    OBJrandomloc operator=(OBJ newobj);
  16.    OBJrandomloc operator=(OBJrandomloc r);
  17. ;
  18.